home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Cnet 2.60 d2.adf / workbench / s / startup-cnet
Text File  |  1993-02-10  |  1KB  |  41 lines

  1. ; CNet AMIGA 2+ user startup-sequence
  2.  
  3. echo "Welcome to CNet PRO BBS for AMIGA version 2+ !"
  4.  
  5. ; repeat the following line with CNAUX01: CNAUX02:, etc as necessary
  6. ; for each DEVS:mountlist-cnet entry.
  7.  
  8. mount CNAUX00: from devs:mountlist-cnet
  9.  
  10. assign CNET:        dh0:cnet
  11. assign SysText:        cnet:systext
  12. assign SysData:        cnet:sysdata
  13. assign Base0:        cnet:base
  14. assign UDBase0:        cnet:udbase
  15. assign Mail:        cnet:mail
  16. assign Pfiles:        cnet:pfiles
  17. assign Gfiles:        cnet:gfiles
  18. assign News:        cnet:news
  19.  
  20. ;v2.21 and higher ... VOTE is now expected to be a subdir in SYSDATA:
  21.  
  22. ; add other assigns here for base1, udbase1, etc. as necessary.
  23. ; consult manual!
  24.  
  25. ; this is the XPR handler ... it loads faster from ram:
  26.  
  27. copy CNET:xpr-task ram:
  28.  
  29. stack 40000
  30.  
  31. ; if you have AREXX installed on your hard drive, the following command
  32. ; is necessary to launch the arexx interpreter.  Just remove the semicolon
  33. ; if needed.
  34.  
  35. ; rexxmast
  36.  
  37. ; remove the semicolon from the beginning of the following line to
  38. ; allow CNet to auto-run at bootup.
  39.  
  40. ; run CNET:control
  41.